Introduction to R for Terrestrial Ecology by Milena Lakicevic & Nicholas Povak & Keith M. Reynolds

Introduction to R for Terrestrial Ecology by Milena Lakicevic & Nicholas Povak & Keith M. Reynolds

Author:Milena Lakicevic & Nicholas Povak & Keith M. Reynolds
Language: eng
Format: epub
ISBN: 9783030276034
Publisher: Springer International Publishing


#Renaming the legend

map.platanus.greece<-map.platanus.greece+

labs(shape="Scientific name")

map.platanus.greece

Figure 3.16 presents the results.

Fig. 3.16Occurrence of Platanus orientalis L. in Greece

The data frame platanus.greece contains data regarding elevation, and we can use it for producing new maps. Elevation is not known for the all locations, so first we can check the number of missing data: #Counting number of missing elements for elevation

missing.elev<-sum(is.na(platanus.greece$elevation))

missing.elev



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.